home *** CD-ROM | disk | FTP | other *** search
- object FormPswd: TFormPswd
- Left = 207
- Top = 197
- BorderStyle = bsDialog
- Caption = 'Enter master password'
- ClientHeight = 114
- ClientWidth = 280
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = True
- Position = poScreenCenter
- OnCloseQuery = FormCloseQuery
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 15
- Top = 13
- Width = 32
- Height = 13
- Caption = 'Label1'
- end
- object Edit1: TEdit
- Left = 15
- Top = 38
- Width = 255
- Height = 21
- PasswordChar = '*'
- TabOrder = 0
- end
- object Button1: TButton
- Left = 15
- Top = 74
- Width = 66
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 1
- end
- object Button2: TButton
- Left = 104
- Top = 74
- Width = 72
- Height = 25
- Caption = '&Skip'
- ModalResult = 2
- TabOrder = 2
- end
- object Button3: TButton
- Left = 201
- Top = 74
- Width = 70
- Height = 25
- Caption = 'A&bort'
- ModalResult = 3
- TabOrder = 3
- end
- end
-